2007-04-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkexpander.c (gtk_expander_realize): A NO_WINDOW widget
must not set the background of its window. (#433972,
Guilherme Polo)
svn path=/trunk/; revision=17744
+2007-04-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkexpander.c (gtk_expander_realize): A NO_WINDOW widget
+ must not set the background of its window. (#433972,
+ Guilherme Polo)
+
2007-04-30 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_opacity):
gdk_window_set_user_data (priv->event_window, widget);
widget->style = gtk_style_attach (widget->style, widget->window);
- gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL);
+ //gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL);
}
static void